The following tables list the members exposed by DomainChart<T,M,A>.
Name | Description | |
---|---|---|
![]() | AlignsGridLinesToPixels | Sets a value indicating whether grid and tick lines are aligned to device pixels. |
![]() | BottomMargin | Sets the bottom margin around the chart content. |
![]() | IsHorizontalZoomEnabled | Sets whether the chart can be horizontally zoomed through user interactions. |
![]() | IsVerticalZoomEnabled | Sets whether the chart can be vertically zoomed through user interactions. |
![]() | LeftMargin | Sets the left margin of the chart content. |
![]() | MarkerMaxCount | Sets the maximum number of markers displyed in the plot area of the chart. |
![]() | Resolution | Sets the rendering resolution for all series in this chart. |
![]() | RightMargin | Sets the right margin of the chart content. |
![]() | Subtitle | Sets text to display below the Title, above the plot area. |
![]() | SubtitleAlignment | Sets horizontal alignment which determines the subtitle position, relative to the left and right edges of the control. |
![]() | SubtitleBottomMargin | Sets the bottom margin of chart subtitle |
![]() | SubtitleLeftMargin | Sets the left margin of chart subtitle |
![]() | SubtitleRightMargin | Sets the right margin of chart subtitle |
![]() | SubtitleTextColor | Overloaded. Sets color of chart subtitle |
![]() | SubtitleTextStyle | Sets CSS font property for the chart subtitle |
![]() | SubtitleTopMargin | Sets the top margin of chart subtitle |
![]() | Thickness | Sets the thickness for all series in this chart. Depending on the ChartType, this can be the main brush used, or just the outline. |
![]() | Title | Sets text to display above the plot area. |
![]() | TitleAlignment | Sets horizontal alignment which determines the title position, relative to the left and right edges of the control. |
![]() | TitleBottomMargin | Sets the bottom margin of chart title |
![]() | TitleLeftMargin | Sets the left margin of chart title |
![]() | TitleRightMargin | Sets the right margin of chart title |
![]() | TitleTextColor | Overloaded. Sets color of chart title |
![]() | TitleTextStyle | Sets CSS font property for the chart title |
![]() | TitleTopMargin | Sets the top margin of chart title |
![]() | TopMargin | Sets the top margin of the chart content. |
![]() | TransitionDuration | Sets the duration used for animating series plots when the data is changing |
![]() | TrendLinePeriod | |
![]() | TrendLineThickness | Sets the thickness of the trend lines in this chart. |
![]() | TrendLineType | Sets the formula used for calculating trend lines in this chart. |
![]() | UnknownValuePlotting | Sets the behavior that determines how unknown values will be plotted on the chart. |
View on GitHub